home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dirut / g_21.zip / G.DOC < prev    next >
Text File  |  1994-04-14  |  3KB  |  68 lines

  1.  
  2.                  "G" Go to directory
  3.                     Version 2.1
  4.                      04-14-94
  5.                Freeware by Jeff Owens
  6.  
  7.                 kowens@teleport.com
  8.  
  9.                
  10. G.EXE is a directory changer similiar to DOS's CHDRR command.  It
  11. provides several novel features not found in previous directory
  12. change prorams, including sorted directories, color coding, TSR
  13. status, and memory status, etc., plus it is easy to use.  The
  14. program GSETUP.EXE can be used to select amoung the features
  15. desired.
  16.  
  17. The quickest way to see G.EXE in action is to type "G;" and look
  18. at the displays.  Then execute GSETUP.EXE to see what can be configured.
  19.  
  20. Summary of parameters:
  21.  
  22.     Parameter                       Action
  23.     ---------       ---------------------------------------------------
  24.      none           G.EXE will move to root directory
  25.       .             move back one directory
  26.       ..            move back two directories
  27.       ?             display help message
  28.       +             Temp enable of all displays
  29.       \             root request or optional path separator
  30.       ;             stay in current directory after displaying status
  31.     path fragment   input for G.EXE's path search logic
  32.   
  33.  
  34. CHANGING DIRECTORIES USING -G.EXE-
  35.   
  36.   Path changes can be made using either a NEAR approach or a FAR approach.
  37.   The near aproach requires only the partial name of the target directory
  38.   but requires that the directory be within one level of present location.
  39.   For example if the directory ALPHA is near then it can probably be reached
  40.   by typeing "G A".
  41.   The FAR approach views the disk from the root directory and trys to find
  42.   the path from there. For example if you had a directory:
  43.                 \WINDOWS\ZIPS\GAMES
  44.   Then the command to get there is "G W Z G" or G WI Z GA" or "G W Z GAM"
  45.   etc.  The G.EXE program will always try to solve the puzzle you give it.
  46.  
  47.   The special characters "." can be used to move back one directory.  And
  48.   the "\" character will move to the root if it is specified by itself.
  49.  
  50. ------------------------------- GSETUP.EXE --------------------------------
  51.  
  52. The GSETUP.EXE program will configure G.EXE.  The setup
  53. features are:
  54.  
  55.     1.  The colors of all displays and directory entries can be
  56.         changed.
  57.     2.  Each display type can be disabled or enabled
  58.     3.  Sorting, Display speed and other flags can be changed.
  59.  
  60. -----------------------------------history------------------------------------
  61.  
  62. Version 2.1 Additions:
  63.  
  64.   The TSR line was improved by adding a display of device drivers loaded.
  65.   Drivers are displayed in lower case to differentiate between TSR's
  66.   loaded low.  TSR's loaded high still have a seperate color.
  67.   
  68.